@font-face {
  font-family: "Vazir-Bold";
  src: url("./Vazir-Bold.ttf") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Vazir-Medium";
  src: url("./Vazir-Medium.ttf") format("woff2");
  font-weight: bold;
  font-style: normal;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
    font-family: "Vazir", sans-serif;
}
body {
  font-family:
    "Vazir-Bold",
    "Vazir-Medium";
}
.container {
  grid-column: 1/-1;
  display: grid;
  grid-template-rows: 80vh repeat(5, max-content);
  grid-template-columns: repeat(6, 1fr);
}
.header {
  grid-column: 1/-1;
  display: grid;
  background-color: rgb(0, 0, 0);
  background-image:
    linear-gradient(to bottom, #4d4c4c2d, #000000), url("one1.jpg");
  background-size: cover;
  grid-template-rows: repeat(3, min-content);
  grid-gap: 20px;
  justify-content: center;
  align-content: center;
}
.header1 {
  font-size: 45px;
  color: white;
  text-align: center;
}
.header2 {
  color: white;
  font-size: 40px;
}
.header-text {
  color: #d5172a;
  text-shadow:
    -2px -2px 0 white,
    2px -2px 0 white,
    -2px 2px 0 white,
    2px 2px 0 white,
    0 0 5px white;
}

.footer {
  grid-column: 1/-1;
}
.gallery {
  grid-column: 1/-1;
}
.service {
  grid-column: 2/6;
}
.reserve {
  grid-column: 1/-1;
}

@media sceen and(max-width:500px) {
  .header {
    background-position-y: 10%;
  }
}
.imege {
  width: 100%;
  height: 250px;
  border-radius: 20px;
}

@media sceen and(max-width:400px) {
  .image-4 {
    grid-column: auto;
  }
}
.section-title {
  text-align: center;
  padding: 25px;
  font-size: 40px;
  color: #d5172a;
  font-family: "Vazir";
  font-weight: bold;
}

.service-section {
  display: grid;
  grid-template-rows: repeat(2, 250px);
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  grid-gap: 80px;
  grid-auto-rows: 250px;
  padding-bottom: 70px;
}
.service-image {
  width: 100%;
  height: 80%;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  margin-top: 20px;
}
.service-text {
  text-align: center;
  font-size: 19px;
  font-family: "Vazir";
}
.text {
  font-size: 12px;
}
.price {
  font-size: 12px;
  color: #d5172a;
}
.leftbox-img {
  width: 100%;
  height: 120px;
  clip-path: circle(28% at 50% 50%);
}
.reserve-section {
  display: grid;
  grid-template-columns: 50px repeat(4, 1fr) 50px;
  grid-template-rows: 1fr;
  padding: 55px;
  text-align: center;
  background-image:
    linear-gradient(to bottom, #4d4c4c4d, #000000), url("resturant.jpg");
  background-position: center;
  background-size: cover;
}
.right {
  color: white;
  background-color: rgba(0, 0, 0, 0.555);
  grid-column: 2/3;
  display: grid;
  grid-template-rows: 2fr 1fr repeat(3, 0.5fr) 2fr;
  padding-top: 15px;
}
.left {
  color: black;
  background-color: rgba(255, 255, 255, 0.527);
  grid-column: 3/6;
  display: grid;
  grid-template-rows: 0.5fr 1fr 0.5fr 1fr 2fr;
  padding: 10px;
}
.leftbox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.left-title,
reserve-branch {
  color: #d5172a;
  font-family: "Vazir";
  font-weight: bold;
  font-size: 25px;
}
.order-text {
  align-self: center;
  font-family: cursive;
}

@media screen and(max-width:675px) {
  .left {
    font-size: 12px;
  }
  .right {
    font-size: 13px;
  }
  .reserve-section {
    padding: 10px 0px;
  }
}
@media screen and(max-width:400px) {
  .reserve-section {
    grid-template-columns: 15px repeat(4, 1fr) 15px;
  }
}

.footer {
  margin: 1rem 0px;
  border-top: 1px solid black;
  background-color: whitesmoke;
}

.footer-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-template-rows: 1fr;
  text-align: center;
  grid-gap: 70px;
  padding: 35px;
}

.service-box {
  margin: 10px;
}

.service {
  margin-top: 90px;
}
